*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 19 Nov 2006 16:56:09 +0000 (16:56 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 19 Nov 2006 16:56:09 +0000 (16:56 +0000)
lisp/ChangeLog

index 93a3d88d7f5e7d0ba3f590e1ae922dfec5d8e11e..8dbe7bd3e50490f9cef58083c51ad8763635ac7a 100644 (file)
@@ -1,3 +1,14 @@
+2006-11-19  Micha\e,bk\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+
+       * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
+       Exceptions to the rule "add a space between an identifier and an
+       opening parenthesis".  Defaulted to the `#define' problem of cpp.
+       (glasses-parenthesis-exception-p): New.  Check if the region is an
+       exception regarding to that.
+       (glasses-make-readable): Use it.
+       (glasses-convert-to-unreadable): Ditto.  Modify the file also if
+       `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
+
 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
 
        * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.